Autogenerated HTML docs for v2.29.2-456-g3a0b88 
diff --git a/RelNotes/2.30.0.txt b/RelNotes/2.30.0.txt index c089275..cb4d65f 100644 --- a/RelNotes/2.30.0.txt +++ b/RelNotes/2.30.0.txt 
@@ -136,6 +136,8 @@  file, causing everybody else but one to fail---reattempt locking  with some timeout to reduce the rate of the failure.   + * "git-parse-remote" shell script library outlived its usefulness. +    Fixes since v2.29  ----------------- @@ -263,11 +265,6 @@  larger than 4GB.  (merge 81c4c5cf2e jk/4gb-idx later to maint).   - * "git fetch" did not work correctly with nested submodules where the - innermost submodule that is not of interest got updated in the - upstream, which has been corrected. - (merge 1b7ac4e6d4 pk/subsub-fetch-fix later to maint). -  * Since jgit does not yet work with SHA-256 repositories, mark the  tests that uses it not to run unless we are testing with ShA-1  repositories. @@ -283,6 +280,20 @@  * Error message fix.  (merge eaf5341538 km/stash-error-message-fix later to maint).   + * "git pull --rebase --recurse-submodules" checked for local changes + in a wrong range and failed to run correctly when it should. + (merge 5176f20ffe pb/pull-rebase-recurse-submodules later to maint). + + * "git push" that is killed may leave a pack-objects process behind, + still computing to find a good compression, wasting cycles. This + has been corrected. + (merge 8b59935114 jk/stop-pack-objects-when-push-is-killed later to maint). + + * "git fetch" that is killed may leave a pack-objects process behind, + still computing to find a good compression, wasting cycles. This + has been corrected. + (merge 309a4028e7 jk/stop-pack-objects-when-fetch-is-killed later to maint). +  * Other code cleanup, docfix, build fix, etc.  (merge 3e0a5dc9af cc/doc-filter-branch-typofix later to maint).  (merge 32c83afc2c cw/ci-ghwf-check-ws-errors later to maint). 
diff --git a/cmds-synchelpers.txt b/cmds-synchelpers.txt index 6ff96ce..253c5d3 100644 --- a/cmds-synchelpers.txt +++ b/cmds-synchelpers.txt 
@@ -4,9 +4,6 @@  linkgit:git-http-push[1]:: 	Push objects over HTTP/DAV to another repository.   -linkgit:git-parse-remote[1]:: -	Routines to help parsing remote repository access parameters. -  linkgit:git-receive-pack[1]:: 	Receive what is pushed into the repository.   
diff --git a/git-parse-remote.txt b/git-parse-remote.txt deleted file mode 100644 index a45ea1e..0000000 --- a/git-parse-remote.txt +++ /dev/null 
@@ -1,23 +0,0 @@ -git-parse-remote(1) -=================== - -NAME ----- -git-parse-remote - Routines to help parsing remote repository access parameters - - -SYNOPSIS --------- -[verse] -'. "$(git --exec-path)/git-parse-remote"' - -DESCRIPTION ------------ -This script is included in various scripts to supply -routines to parse files under $GIT_DIR/remotes/ and -$GIT_DIR/branches/ and configuration variables that are related -to fetching, pulling and pushing. - -GIT ---- -Part of the linkgit:git[1] suite 
diff --git a/git.html b/git.html index cdaf46b..3c59750 100644 --- a/git.html +++ b/git.html 
@@ -2159,14 +2159,6 @@  </p>   </dd>   <dt class="hdlist1">  -<a href="git-parse-remote.html">git-parse-remote(1)</a>  -</dt>  -<dd>  -<p>  - Routines to help parsing remote repository access parameters.  -</p>  -</dd>  -<dt class="hdlist1">   <a href="git-receive-pack.html">git-receive-pack(1)</a>   </dt>   <dd>  
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index 008512d..e19f230 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html 
@@ -938,7 +938,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:24 PST  + 2020-12-03 09:28:25 PST   </div>   </div>   </body>  
diff --git a/howto/maintain-git.html b/howto/maintain-git.html index 9499217..fd9b0f8 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html 
@@ -1469,7 +1469,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:24 PST  + 2020-12-03 09:28:25 PST   </div>   </div>   </body>  
diff --git a/howto/new-command.html b/howto/new-command.html index 19386e0..57ff1cf 100644 --- a/howto/new-command.html +++ b/howto/new-command.html 
@@ -863,7 +863,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:20 PST  + 2020-12-03 09:28:22 PST   </div>   </div>   </body>  
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index bbae50c..8f37c39 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html 
@@ -895,7 +895,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:24 PST  + 2020-12-03 09:28:25 PST   </div>   </div>   </body>  
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index 2b64723..36f128e 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html 
@@ -847,7 +847,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:24 PST  + 2020-12-03 09:28:25 PST   </div>   </div>   </body>  
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index c7bf2d5..bd3a466 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html 
@@ -880,7 +880,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:23 PST  + 2020-12-03 09:28:24 PST   </div>   </div>   </body>  
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index 2c74877..464f335 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html 
@@ -1189,7 +1189,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:24 PST  + 2020-12-03 09:28:25 PST   </div>   </div>   </body>  
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index 68c0cdc..726ccca 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html 
@@ -1025,7 +1025,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:23 PST  + 2020-12-03 09:28:24 PST   </div>   </div>   </body>  
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index 71ce186..812e47e 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html 
@@ -907,7 +907,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:20 PST  + 2020-12-03 09:28:22 PST   </div>   </div>   </body>  
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index 27449cf..f00aee7 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html 
@@ -841,7 +841,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:23 PST  + 2020-12-03 09:28:24 PST   </div>   </div>   </body>  
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index 880fb59..5887c50 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html 
@@ -1071,7 +1071,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:22 PST  + 2020-12-03 09:28:23 PST   </div>   </div>   </body>  
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index 6a6a8d2..87a6c42 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html 
@@ -930,7 +930,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:22 PST  + 2020-12-03 09:28:23 PST   </div>   </div>   </body>  
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index 6ad25e5..fb9fbbd 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html 
@@ -791,7 +791,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:21 PST  + 2020-12-03 09:28:23 PST   </div>   </div>   </body>  
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index beb2e07..e5a6b14 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html 
@@ -848,7 +848,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:21 PST  + 2020-12-03 09:28:22 PST   </div>   </div>   </body>  
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index 12dbb78..3f58272 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html 
@@ -952,7 +952,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2020-11-30 20:45:21 PST  + 2020-12-03 09:28:23 PST   </div>   </div>   </body>